home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000174_leont58@bellsouth.net_Sun Oct 23 14:19:10 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!nntp.abs.net!newsread.com!news-xfer.newsread.com!postnews.google.com!g43g2000cwa.googlegroups.com!not-for-mail
  2. From: "LT" <leont58@bellsouth.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: passive mode need to ignore IP returned from server
  5. Date: 18 Oct 2005 11:20:43 -0700
  6. Organization: http://groups.google.com
  7. Lines: 25
  8. Message-ID: <1129659643.312875.320010@g43g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 32.97.152.254
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1129659648 21402 127.0.0.1 (18 Oct 2005 18:20:48 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 18 Oct 2005 18:20:48 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
  17. X-HTTP-Via: 1.0 ISA1HI
  18. Complaints-To: groups-abuse@google.com
  19. Injection-Info: g43g2000cwa.googlegroups.com; posting-host=32.97.152.254;
  20.    posting-account=AjtIhA0AAAD5aklwbwNtWm7dUDZPW_7Q
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15417
  22.  
  23. I am connecting to a server that has 2 IP addresses (external and
  24. internal LAN).  The server is configured to return the LAN IP.
  25.  
  26. When I open a ftp session, I can connect and login to the server.
  27.     > ftp open 32.97.xxx.xxx 21
  28.  
  29. When I switch to passive mode and open a data connection, the server
  30. returns the LAN IP.
  31.     > FTP RCVD [227 Entering Passive Mode (172,17,31,25,38,252)]
  32.       ( IP = 172.17.31.25 , port = 38*256+252 = 9980 )
  33.  
  34. Then LAN IP (172.17.31.25) uses a private IP network range and is not
  35. reachable from the outside world, but all I really need is the port
  36. number (9980).
  37.  
  38. How can I get kermit to use the port number (9980), but continue to use
  39. the server name/IP that I originally used to start the FTP session.
  40.  
  41. I found another FTP client that recognizes that the IP address returned
  42. from the server is different than the original IP and switches the IP
  43. back to the correct address. Is there an option
  44. to do this in kermit?
  45.  
  46. Thanks, LT
  47.